From: Richard M. Stallman Date: Tue, 11 Jan 1994 22:08:49 +0000 (+0000) Subject: (child_setup): Call close_load_descs. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93491 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4458cebe3c40a25e4978fc0852fe270eaf4003d1;p=emacs.git (child_setup): Call close_load_descs. --- diff --git a/src/callproc.c b/src/callproc.c index 3b63a271870..9b61002a530 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -539,6 +539,7 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir) /* Close Emacs's descriptors that this process should not have. */ close_process_descs (); #endif + close_load_descs (); /* Note that use of alloca is always safe here. It's obvious for systems that do not have true vfork or that have true (stack) alloca.